- chgrp: 改變檔案所屬群組
- chown: 改變檔案擁有者
- cp: 複製檔案
- chmod: 改變檔案的權限
- ls: 顯示目錄下之檔案
chgrp
groupfile
chown
userfile
chown
user:groupfile
cp
sourcefile
chmod
authorizedfile
chmod
u=rwx,go=rxfile
a=all)身分皆有w權限chmod
a+wfile
a=all)身分皆無w權限chmod
a-wfile
a)ll(=>ls -l) -a